home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / midas060 / src / mincs.mak < prev    next >
Encoding:
Text File  |  1997-01-16  |  1.8 KB  |  64 lines

  1. #*      mincs.mak
  2. #*
  3. #* Defines make macros dependencies for MIDAS Sound System include files
  4. #*
  5. #* $Id: mincs.mak,v 1.5 1997/01/16 18:41:59 pekangas Exp $
  6. #*
  7. #* Copyright 1996,1997 Housemarque Inc.
  8. #*
  9. #* This file is part of the MIDAS Sound System, and may only be
  10. #* used, modified and distributed under the terms of the MIDAS
  11. #* Sound System license, LICENSE.TXT. By continuing to use,
  12. #* modify or distribute this file you indicate that you have
  13. #* read the license and understand and accept it fully.
  14. #*
  15.  
  16. dma_h =         dma.h
  17. errors_h =      errors.h
  18. gmplayer_h =    gmplayer.h
  19. lang_h =        lang.h
  20. mconfig_h =     mconfig.h
  21. mglobals_h =    mglobals.h
  22. midas_h =       midas.h
  23. mixsd_h =       mixsd.h
  24. mmem_h =        mmem.h
  25. mtypes_h =      mtypes.h
  26. mutils_h =      mutils.h
  27. rawfile_h =     rawfile.h
  28. sdevice_h =     sdevice.h
  29. timer_h =       timer.h
  30. vgatext_h =     vgatext.h
  31. vu_h =          vu.h
  32. xm_h =          xm.h
  33. mpoll_h =       mpoll.h
  34. midasfx_h =     midasfx.h
  35. midasstr_h =    midasstr.h
  36. midasdll_h =    midasdll.h
  37. dsm_h =         dsm.h $(sdevice_h)
  38. file_h =        file.h $(rawfile_h)
  39.  
  40.  
  41. midas_h =       midas.h $(lang_h) $(mtypes_h) $(errors_h) $(mglobals_h) \
  42.                 $(mmem_h) $(file_h) $(sdevice_h) $(gmplayer_h) $(timer_h) \
  43.                 $(dma_h) $(dsm_h) $(mutils_h) $(mpoll_h) $(midasfx_h) \
  44.                 $(midasstr_h)
  45.  
  46. #* $Log: mincs.mak,v $
  47. #* Revision 1.5  1997/01/16 18:41:59  pekangas
  48. #* Changed copyright messages to Housemarque
  49. #*
  50. #* Revision 1.4  1996/09/25 16:29:32  pekangas
  51. #* Added midasdll.h
  52. #*
  53. #* Revision 1.3  1996/09/22 23:17:05  pekangas
  54. #* Added midasfx.h and midasstr.h
  55. #*
  56. #* Revision 1.2  1996/08/06 20:35:21  pekangas
  57. #* Added mpoll.h
  58. #*
  59. #* Revision 1.1  1996/05/24 19:05:24  pekangas
  60. #* Initial revision
  61. #*
  62. #* Revision 1.1  1996/05/24 19:01:59  pekangas
  63. #* Initial revision
  64. #*